Remove lots of dated configuration from this repo
authorAlex Crichton <alex@alexcrichton.com>
Wed, 31 May 2017 19:55:47 +0000 (12:55 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 31 May 2017 21:23:01 +0000 (14:23 -0700)
commit50a46f47086c01effe195ad6a1566f7cf9084fb5
tree6e7272ce4c8c29671fe53980becb548b83fb8ad9
parent82733b01471a2c62bb1cec966d888c52ff118914
Remove lots of dated configuration from this repo

Lots of data build stuff is still here from awhile ago when this repo was
producing Cargo binaries, but the rust-lang/rust repo is now responsible for all
these binaries and build configurations. We no longer need to produce artifacts
or have tons of cross-compiles as rust-lang/rust does all that work, instead
let's just test the likely-to-regress platforms and have rust-lang/rust take
care of the rest.

This commit:

* Deletes the old `configure` script and `Makefile`
* Rewrites `src/doc` management as a shell script
* Trims down Travis/AppVeyor configuration
14 files changed:
.gitmodules [deleted file]
.travis.yml
Makefile.in [deleted file]
README.md
appveyor.yml
configure [deleted file]
src/ci/docker/android/Dockerfile [deleted file]
src/ci/docker/cross/Dockerfile [deleted file]
src/ci/docker/dist/Dockerfile [deleted file]
src/ci/docker/run.sh [deleted file]
src/ci/docker/x86_64-musl/Dockerfile [deleted file]
src/ci/dox.sh [new file with mode: 0644]
src/ci/run.sh [deleted file]
src/rust-installer [deleted submodule]